home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / audio / sonic / Makefile next >
Encoding:
Makefile  |  1994-08-02  |  279 b   |  15 lines

  1. #!smake
  2.  
  3. include ${ROOT}/usr/include/make/commondefs
  4.  
  5. TARGETS = sonic
  6. LCOPTS    = -O2
  7. LLDLIBS    = -lgl -lsphere -laudio -laudiofile -lm
  8.  
  9. default all: $(TARGETS)
  10.  
  11. include ${COMMONRULES}
  12.  
  13. # To make sonic setuid root, run the following command:
  14. #     chown root sonic ; chmod 4755 sonic
  15.